Welcome![Sign In][Sign Up]
Location:
Search - opencv object track

Search list

[Special EffectsTrackanddetectionthemovingobject070129

Description: 移动目标追踪(OpenCV) Runed on OpenCV1.0 of VC++6.0 -moving target tracking (OpenCV) Runed on OpenCV1.0 of VC 6.0
Platform: | Size: 3072 | Author: zy | Hits:

[MiddleWareblobtrack

Description: 运动物体跟踪vc源码 本程序需要opencv库的支持-Moving object tracking vc-source opencv library in this process requires the support of
Platform: | Size: 19860480 | Author: 桂祖恒 | Hits:

[Special Effectsmyblobtrack_1

Description: opencv中的图像跟踪算法,能很好的追踪视频图像中的运动物体。是很不错的跟踪算法,适合初学者反复研究。-opencv image tracking algorithm, can be a very good video images to track the moving object. Is a very good tracking algorithm, suitable for beginners repeated study.
Platform: | Size: 3866624 | Author: myl_0115 | Hits:

[Special Effectsfa

Description: 使用opencv,利用图像差分算法,实现通过摄像头进行视频采集,显示当前时间,并利用蓝色的跟踪框跟踪移动物体-Using opencv, the use of the image difference algorithm, to achieve through the camera for video capture, display the current time, and use the blue box to track a moving object tracking
Platform: | Size: 4358144 | Author: 许村 | Hits:

[Linux-Unixtrack.tar

Description: This distribution contains source code for a simple object tracking program using particle filtering. You need to have the OpenCV Library and the GNU Scientific Library (GSL) installed to compile and use the programs. See the below two links:-This distribution contains source code for a simple object tracking program using particle filtering. You need to have the OpenCV Library and the GNU Scientific Library (GSL) installed to compile and use the programs. See the below two links:
Platform: | Size: 9733120 | Author: zhou | Hits:

[Industry researchTracking_and_Object_Classification_for_Automated_S

Description: O.Javed and M.Shah. 《Tracking and object classification for automated surveillance》. 这篇英文文献是有关运动目标检测跟踪及其分类的文章。该文利用“人体运动的周期性”,把运动目标分为人、人群、机动车。具有较强的参考价值。-O. Javed and M. Shah. " Tracking and object classification for automated surveillance" . This is about the English literature to track moving target detection and classification of the article. The use of " the cyclical nature of human motion" , the goal of exercise is divided into people, people, motor vehicles. Has a strong reference value.
Platform: | Size: 1049600 | Author: brk1985 | Hits:

[Graph Drawingdraw

Description: 基于opencv的绘图程序,可以实现在图片上用鼠标画线的功能-Opencv-based mapping procedures, can be achieved with the mouse in the picture on the function of drawing a line
Platform: | Size: 236544 | Author: wangz | Hits:

[Special EffectsObjectTracker

Description: 使用OPENCV进行运动目标跟踪,在Visual C++ 2005 环境中使用新算法实现多运动目标的跟踪和检测。-this is a object motion tracking system with Visual c++ 2005 and opencv。it can process successly check and track multi-objects。
Platform: | Size: 6634496 | Author: 吕冀 | Hits:

[source in ebookKalman

Description: 基于OpenCV的Kalman滤波算法。利用Kalman滤波算法实现目标跟踪,本例中具体跟踪对象为随机产生的圆的轨迹,预测轨迹中下一点的位置,标记出来并给出相应的运动轨迹。-The Kalman filtering algorithm based on OpenCV. The use of Kalman filter algorithm for target tracking, in this case specifically track the object is randomly generated circle track, forecast track of the location of the next point, mark out and give the corresponding trajectory.
Platform: | Size: 1357824 | Author: 苏芮 | Hits:

[OtherTutorial-OpenCV-haartraining-Rapid-Object-Detecti

Description: I description how to make object tracking
Platform: | Size: 372736 | Author: sixno | Hits:

[Special Effectsyundong

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshift algorithm which is a robust statistical method of finding the mode (top) of a probability distribution. Both CAMSHIFT and Meanshift algorithms exist in the library. While it is a very fast and simple method of tracking, because CAMSHIFT tracks the center and size of the probability distribution of an object, it is only as good as the probability distribution that you produce for the object. Typically the probability distribution is derived from color via a histogram, although it could be produced from correlation, recognition scores or bolstered by frame differencing or motion detection schemes, or joint probabilities of different colors/motions etc. In this application, we use only the most simplistic approach: A 1-D Hue histogram is sampled from the object in an HSV color space version of the image. To produce the
Platform: | Size: 15360 | Author: 黄文伟 | Hits:

[OpenCVshishi-opencv

Description: 实现了实时的运动物体跟踪,方法简单,实用性强。对做跟踪的有很大的帮助-Achieve real-time moving object tracking method is simple and practical. On track to do great help! ! ! !
Platform: | Size: 1044480 | Author: 卢绪军 | Hits:

[OpenCVopencv

Description: opencv目标检测与跟踪系统,能够很好的跟踪到目标,并将目标框起来。-opencv object detection and tracking system, to a very good track to the target, and target frame.
Platform: | Size: 7989248 | Author: spider | Hits:

[Windows DevelopOParFilteerp

Description: 用opencv实现的粒子滤波跟踪程序序。需要手动选取跟踪物体-opencv -Particle filter tracking with opencv program sequence. Need to manually select the track object-opencv
Platform: | Size: 3072 | Author: didazff | Hits:

[OpenCVopencv_kalman

Description: 本次实验来源于opencv自带sample中的例子,该例子是用kalman来完成一个一维的跟踪,即跟踪一个不断变化的角度。在界面中表现为一个点在圆周上匀速跑,然后跟踪该点。看起来跟踪点是个二维的,其实转换成角度就是一维的了。 Kalman滤波理论主要应用在现实世界中个,并不是理想环境。主要是来跟踪的某一个变量的值,跟踪的依据是首先根据系统的运动方程来对该值做预测,比如说我们知道一个物体的运动速度,那么下面时刻它的位置按照道理是可以预测出来的,不过该预测肯定有误差,只能作为跟踪的依据。另一个依据是可以用测量手段来测量那个变量的值,当然该测量也是有误差的,也只能作为依据,不过这2个依据的权重比例不同。最后kalman滤波就是利用这两个依据进行一些列迭代进行目标跟踪的。-This experiment from the examples the opencv own sample, the example is to complete a one-dimensional tracking using kalman, ie, tracking a changing point of view. Performance in the interface as a point in the circle on steady running, then track the points. Looks like the tracking point is a two-dimensional, in fact, convert the angle is one-dimensional. The main application of the Kalman filter theory in the real world, not the ideal environment. Is the value of a variable to keep track of the basis for tracking the first according to the equation of motion of the system to the value forecast, for example, we know the velocity of an object, then the following moment of its location in accordance with the truth can be predicted , but the forecast is certainly a margin of error, only as a basis for tracking. Another is based on measurements to measure the value of that variable, Of course, this measurement error can only be used as the basis of these two basis weights the different pr
Platform: | Size: 339968 | Author: wuwei | Hits:

[matlabnewElyor

Description: particle filter algorithm to track object. written in C++ and OpenCV
Platform: | Size: 5120 | Author: dana | Hits:

[Linux-UnixObject-Track

Description: Android-OpenCV Object-Tracking
Platform: | Size: 7120896 | Author: locdoan | Hits:

[OpenCVoptical flow tracker

Description: 光流法实现移动目标是追踪,检测物体位移,判断运动方向(Optical flow method to achieve the target is to track, detect object displacement, to determine the direction of movement)
Platform: | Size: 32950272 | Author: 咕_噜 | Hits:

[Windows Developzhenchafa

Description: 使用帧差法对视频中的目标进行跟踪,并画出矩形框与坐标。依靠opencv库,使用时需修改视频路径。(he frame difference method is used to track the object in the video, and the rectangle frame and coordinate are drawn. Depending on the opencv library, you need to modify the video path when using it.)
Platform: | Size: 18432 | Author: 坦然的人 | Hits:

[Special Effects多目标跟踪opencv

Description: 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure. Based on this, we can judge the basic framework of the moving behavior tracking of the target. After opencv writing, background difference and centroid method can be used to track multiple targets and allocate ID numbers to record the moving trajectory. In vehicles such as roads, we can learn by reference, the effect needs to be improved, different videos will have different effects.)
Platform: | Size: 40266752 | Author: huahuahua | Hits:
« 12 »

CodeBus www.codebus.net